home *** CD-ROM | disk | FTP | other *** search
- Subject: FW_CDropCommand::PrivHandleDrop
- Sent: 6/20/96 5:38 AM
- Received: 6/24/96 8:25 AM
- From: Serge Froment, sfroment@odyssee.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Dear ODF Team:
-
- FW_CDropCommand::PrivHandleDrop calls DoDrop in a loop and assigns the
- result of DoDrop to a local variable. However, the result of each iteration
- of DoDrop zaps the result of the previous iteration. Therefore, the result
- of PrivHandleDrop is the success/failure state of the last dropped object.
-
- This looks like a bug, does it?
-
- Serge
-
-